ISCApplicationEnvironment::PropertyBag
The PropertyBag function from the ISCApplicationEnvironment interface populates a property bag with one or more property values as indicated by Category and Name.
Here is the signature for the ISCApplicationEnvironment PropertyBag function:
ISCPropertyBag * PropertyBag(VARIANT Category, VARIANT Name, VARIANT AsString)
The following table contains the valid arguments for the ISCApplicationEnvironment PropertyBag function:
Parameter |
Valid Type/Value |
Description |
---|---|---|
Category [optional] |
Empty |
Complete set of features from all categories are returned. |
Category [optional] |
VT_BSTR � Name of category |
Features from the given category are returned. |
Name [optional] |
Empty |
All properties from the selected category are returned. |
Name [optional] |
VT_BSTR � Name of property |
The property with the given name and category is returned. |
AsString [optional] |
Empty |
All values in the property bag are presented in native type. |
AsString [optional] |
VT_BOOL � TRUE or FALSE |
If set to TRUE, all values in the property bag are presented as strings. |
Copyright © 2025 Quest Software, Inc. |